From: Sean Whitton Date: Sat, 26 Jul 2025 09:22:09 +0000 (+0100) Subject: loaddefs-generate--rubric: Note about committing ldefs-boot.el X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~17 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=a44e9139c2ff5c07de4cd0f6caa923673c5e1f8b;p=emacs.git loaddefs-generate--rubric: Note about committing ldefs-boot.el * lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate--rubric): Note that ldefs-boot.el should be committed on its own. --- diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el index 0f136df1fe2..ef692d132b9 100644 --- a/lisp/emacs-lisp/loaddefs-gen.el +++ b/lisp/emacs-lisp/loaddefs-gen.el @@ -546,7 +546,7 @@ If COMPILE, don't include a \"don't compile\" cookie." file 'loaddefs-generate :title (concat "automatically extracted " (or type "autoloads")) :commentary (and (string-match "/lisp/loaddefs\\.el\\'" file) - "This file will be copied to ldefs-boot.el and checked in periodically.")) + "This file will be copied to ldefs-boot.el and checked in periodically. Note: When checking in ldefs-boot.el, don't include changes to any other files in the commit.")) (when lp (insert "(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))\n\n"))